home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / dates410.zip / BRUCE410.DOC next >
Text File  |  1994-10-23  |  28KB  |  581 lines

  1. BRUCE410.DOC
  2. 10/23/94
  3.  
  4. --------------------------------------------------------------------------------
  5.  
  6. Contact information:
  7.  
  8. For the following routines:  AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL,
  9. FILL, FIXTEXT, FORTUNE, MULTICOL, READINIT, or READMAKE-created files:
  10.  
  11.                 Bruce Guthrie
  12.                 Wayne Software
  13.                 113 Sheffield St.
  14.                 Silver Spring, MD 20910
  15.  
  16.                 fax: (301) 588-8986
  17.  
  18. For the following routines:  CHANGE, CONVERT, FILUPDAT, and READ:
  19.  
  20.                 Bruce Guthrie
  21.                 Room H-4885
  22.                 U.S. Dept of Commerce/ESA/OBA
  23.                 Washington, DC 20230
  24.  
  25.                 fax: (202) 482-2164
  26.  
  27.                 E-Mail: bgu@cu.nih.gov
  28.  
  29. Foreign users:  Please provide an Internet-reachable e-mail address in all
  30. correspondence if you have any hope of getting a reply!  Internet e-mail is the
  31. preferred method of contact for all other users as well.  Remember, CompuServe
  32. and Prodigy are now Internet accessible.
  33.  
  34. Since I these programs are typically "freeware" (with the exception of people
  35. trying to make money from them instead of me), they generate maybe $100/year in
  36. revenue for me.  As such, my ability to afford wonderful customer support is
  37. somewhat restricted.  Please do not leave messages saying "Call me long
  38. distance".  Also, please be specific about what problems you encounter and
  39. include command-line inputs as well as any control or INI files that you're
  40. using.
  41.  
  42. The current "production" releases of these programs are directly posted by
  43. the author on the Simtel ftp site at oak.oakland.edu.  More information about
  44. this is provided later.
  45.  
  46. --------------------------------------------------------------------------------
  47.  
  48. Introduction:
  49.  
  50. This documentation provides some overview information on a number of utilities
  51. that have been posted by Wayne Software.  All programs described herein were
  52. written by Bruce Guthrie.  Most are distributed with a Wayne Software copyright.
  53. Others were written for the U.S. Department of Commerce.  All are free for use
  54. provided relevant documentation is kept with the programs, no changes are made
  55. to the programs or documentation, and they are not bundled with commercial
  56. programs or charged for separately.
  57.  
  58.  
  59. CHANGE, CONVERT, FILUPDAT, and READ are excluded from the commercial
  60. packaging restriction.  These programs are owned by the U.S.  Department of
  61. Commerce and may be re-distributed without restriction.
  62.  
  63. People who need to bundle AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL, FILL,
  64. FIXTEXT, FORTUNE, MULTICOL, READINIT, or READMAKE-created files in commercial
  65. packages other than shareware/freeware collections must pay a $50 registration
  66. fee to "Wayne Software" at the following address.  READMAKE-created files are
  67. also subject to this limitation.  I don't expect to make any money from these
  68. utilities but I don't want others to sell them instead.
  69.  
  70. The utilities are uploaded with a ZIP name that includes the year and month of
  71. the release.  These names are:
  72.  
  73.          ZIP file         Executables included
  74.  
  75.          AVymm.ZIP        AV.EXE
  76.          BFINDymm.ZIP     BFIND.EXE, CONFIGWS.EXE
  77.          CHANGymm.ZIP     CHANGE.EXE
  78.          CONVRymm.ZIP     CONVERT.EXE
  79.          COPSymm.ZIP      COPSINCE.EXE
  80.          DATESymm.ZIP     DATES.EXE
  81.          DIRCOymm.ZIP     DIRCOMP.EXE
  82.          DIRTOymm.ZIP     DIRTOTAL.EXE
  83.          FILLymm.ZIP      FILL.EXE
  84.          FILUPymm.ZIP     FILUPDAT.EXE
  85.          FIXTXymm.ZIP     FIXTEXT.EXE
  86.          FORTNymm.ZIP     FORTUNE.EXE
  87.          MULCOymm.ZIP     MULTICOL.EXE
  88.          READymm.ZIP      READ.EXE, READINIT.EXE, READMAKE.EXE
  89.  
  90.  
  91. This collection of utilities were compiled using Microsoft's Visual BASIC for
  92. DOS 1.0 compiler.  In each case, Thomas G. Hanlin III's excellent PBClone
  93. routines, release 2.2, provided additional functionality.  Each of the utilities
  94. are separately described in a like-named *.DOC file.  This documentation
  95. (BRUCEymm.DOC--the file release date is indicated by the "ymm" parameter) serves
  96. to summarize what the various utilities consist of.
  97.  
  98. Several of the routines have defaults that can be changed by the program
  99. CONFIGWS.EXE which is currently only included in the BFIND compressed file
  100. although it works with any of the routines that support it.  The newer technique
  101. being incorporated in the routines, however, is an inifile (like AV.INI) which
  102. lets you set any defaults you want.  This is described in the appropriate
  103. documentation.
  104.  
  105. Wayne Software also writes programs, batch files, and sets up menu systems for
  106. people on a for-fee basis.  If you desire this service, contact Wayne Software
  107. at the address specified above.
  108.  
  109.  
  110. --------------------------------------------------------------------------------
  111.  
  112. Summary of programs:
  113.  
  114. A summary of each routine follows.  See the associated *.DOC files for fuller
  115. explanations:
  116.  
  117. AV.EXE:  Archive directory viewer.  Presents list of files in archive (ZIP, ARC,
  118. etc) and lets you sort as desired.  Also allows resetting of the file date based
  119. on the archive's contents.  Syntax:
  120.  
  121.     AV filespec [ /P | /-P ] [ /Ox | /O-x ] [ /DATE ] [ /Iinitfile | /I ]
  122.       [ /Q ] [ /? ] [ > filename ]
  123.  
  124. BFIND.EXE:  Allows Boolean-type FIND requests.  For example, find any line with
  125. one string AND another one, or any line with one string OR another.  The syntax
  126. shown below is incomplete since "search" allows a lot of choices and allows the
  127. use of parens and Boolean operators.  Syntax:
  128.  
  129.     BFIND [ /V | /-V ] [ /C | /-C ] [ /N | /-N ] [ /I | /-I ] [ /P | /-P ]
  130.       [ /-HEADER | /HEADER ] [ /Iinitfile | /INULL ]
  131.       { search } infile [ /? | /?&H ] [ >filename ]
  132.  
  133. CHANGE.EXE:  Processes change commands in files.  Files can be of any size and
  134. type (e.g.  binary or text) and are processed quickly.  Up to thirty change
  135. commands can be processed in a single pass.  Also provides ability to remove
  136. trailing spaces from text files.  Syntax:
  137.  
  138.     CHANGE infile [ /Cctlfile | /FROM string /TO string [ /IN search ] ]
  139.       [ /LINES { line1-line2 | line1 linect } ... ] [ /V | /-V ] [ /I | /-I ]
  140.       [ /Noutfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] ]
  141.       [ /Iinitfile ] [ /Fflagfile ] [ /Ttempfile ] [ /TRIM | /-TRIM ]
  142.       [ /BINARY | /TEXT ] [ /VERIFY | /-VERIFY ] [ /Q ] [ /? | /?&H ]
  143.  
  144. CONFIGWS.EXE:  Lets you change some of the defaults for some of the programs.
  145. Is included in the ZIP file with whatever routines it supports.  Syntax:
  146.  
  147.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  148.  
  149. CONVERT.EXE:  Converts data between data formats:  FROM dBase, ASCII-delimited
  150. (commas between fields and quotes around strings), and fixed field TO Lotus WKS,
  151. ASCII-delimited, dBase, and fixed field.  Syntax:
  152.  
  153.     CONVERT infile [ outfile [ deffile ] ]
  154.       [ /INDEF=deffile | /-INDEF ] [ /OUTDEF=deffile | /-OUTDEF ]
  155.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /OVERASK ] [ /Iinitfile | /-I ]
  156.       [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED | /-DELETED ]
  157.       [ /TO FIXED | /TO ASCII | /TO WKS | /TO DBF ] [ /HEADER | /-HEADER ]
  158.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  159.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  160.       [ /SKIP | /MISSING | /ABORT ] [ /NULLS | /-NULLS ] [ /Q ] [ /? | /?&H ]
  161.  
  162. COPSINCE.EXE:  Copies all files modified since a given date.  Primarily used for
  163. making sure you have a back-up of stuff and also to copy updated programs to
  164. another place.  Lets you define your own groupings of files if desired.  Syntax:
  165.  
  166.     COPSINCE [ from_dir | from_dir\filespec [ to_dir ] ] [ /TO to_dir ]
  167.       [ mm/dd/yy | -n | /COPY mm/dd/yy | /COPY -n ] [ /ALL | /TEXT | /filetype ]
  168.       [ /Iinitfile | /-I ] [ /DEF filetype=spec [ spec ]... ]
  169.       [ /REPLACE | /-REPLACE ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  170.  
  171. DATES.EXE:  Simple program that warns you in advance when an event like a
  172. birthday, anniversary, or holiday is coming up.  The idea is to give you advance
  173. warning so you can send a card or get out of town in time.  Syntax:
  174.  
  175.     DATES [ date_file [...] ] [ /Ddays ] [ /-AGE | /AGE ] [ /COLOR=nnn nnn nnn ]
  176.       [ /CLS | /-CLS ] [ /Q | /-Q ] [ /Iinitfile | /-I ] [ /R ]
  177.       [ /DAY | /-DAY ] [ /MONO | /COLOR ] [ /SKIP | /-SKIP ] [ /P | /Pn | /-P ]
  178.       [ /W | /W0 | /-W ] [ /DATE=format ] [ /? ] [ > filename ]
  179.  
  180. DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds ability to
  181. delete extra files in the destination subdirectory, copy hidden and system
  182. files, and prepare a report showing inconsistencies.  Syntax:
  183.  
  184.     DIRCOMP directory1 directory2 [ /S ] [ /CREATE ]
  185.       [ /UPDATE ] [ /KILL ] [ /CLONE ] [ /MOVE ] [ /ATTR=[H][S][R] ] [ /NET ]
  186.       [ /Frptfile | /-F ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  187.       [ /ALL ] [ /Td: ] [ /Q ] [ /? ]
  188.  
  189. DIRTOTAL.EXE:  Prepares report showing files in subdirectory or drive.  Allows
  190. some restriction requests (show only files with date greater than a certain
  191. value).  Similar to Norton's FF and Ray Van Tassle's WIZ command (which is a
  192. great program but it doesn't work on network or CD-ROM discs) in some ways but
  193. presents a more formal report.  Also allows you to look for duplicate file names
  194. and search by attributes or dates.  Syntax:
  195.  
  196.     DIRTOTAL [ [ drive: ] ... [drive:][filespec] |
  197.         [ drive: ] ... [drive:]\path[\filespec] ]
  198.       [ /NORMAL | /WIDE | /THIN | /SPLIT ] [ /DUPS ] [ /CHILD ]
  199.       [ /NL ] [ /-HEADERS ] [ /-FOOTERS ] [ /CLUSTERS | /-CLUSTERS ]
  200.       [ /S { GT | GE | LT | LE | EQ | NE } value ]
  201.       [ /D { GT | GE | LT | LE | EQ | NE } mm/dd/yy ] [ /ATTR=attr ]
  202.       [ /Frptfile ] [ /Z | /-Z ] [ /Z2 | /-Z2 ] [ /Iinitfile | /-I ]
  203.       [ /SUB1 | /-SUB1 ] [ /SUB2 | /-SUB2 ] [ /+DIR | /-DIR ] [ /n ]
  204.       [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /Td: ] [ /Q ] [ /? ]
  205.  
  206. FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  207. biggest files first and skipping those that won't fit.  Also provides option of
  208. splitting large files up, labeling output disks, and creating a status report.
  209. Syntax:
  210.  
  211.     FILL [ source-filespec ] [ [ /TO ] dest-drive: | [ /TO ] dest-drive:\path\ ]
  212.       [ /MOVE | /COPY ] [ /PROMPT | /-PROMPT ] [ /Iinitfile | /-I ]
  213.       [ /OVERWRITE | /-OVERWRITE | /OVERSKIP | /OVERASK ]
  214.       [ /Ox | /O-x ] [ /Xfilespec ]... [ /WIPE | /-WIPE ] [ /MULTI | /SINGLE ]
  215.       [ /SPLIT ] [ /LABEL=label [ /START=n ] ] [ /Fstatfile [ /S+ | /S- | S* ]
  216.       [ /CONTINUAL ] [ /BEEP | /-BEEP ] [ /FAKE ] [ /Q ] [ /? ]
  217.  
  218. FILUPDAT.EXE:  Program which compares a selected list of files in a source path
  219. against those in another path and copies those that have been updated.  Similar
  220. to DOS' REPLACE command but works from a stored list of files and can handle any
  221. number of directories.  Syntax:
  222.  
  223.     FILUPDAT ctlfile
  224.       [ /Flist_file [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] ]
  225.       [ /FULL ] [ /ALL ] [ /Q ] [ /? ]
  226.  
  227. FIXTEXT.EXE:  Program which applies a user-definable character-translation table
  228. to a text file.  Can allow you to convert graphics characters to their ASCII
  229. equivalents, lowercase letters to uppercase letter, etc.  Can also be used to
  230. translate DOS text files to Mac or Unix text files and vice versa.  Can also
  231. expand tabs, remove trailing spaces, and remove backspaces.  Syntax:
  232.  
  233.     FIXTEXT infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  234.       /REPLACE } [ /Iinitfile | /-I ] [ /TEXT | /-TEXT ] [ /EJECT=str ]
  235.       [ /CRLF | /CR | /LF | /-LINE ] [ /TO CRLF | /TO CR | /TO LF | /TO -LINE ]
  236.       [ /WIDTH=n ] [ /Frptfile | /-F ] [ /Q ] [ /? | /?&H ]
  237.  
  238. FORTUNE.EXE:  Program which adds some fine-tuning to the DOS FOR command.
  239. Among other things, this lets you distinguish file name roots from their
  240. extensions as well as increment file names by specified values.  Syntax:
  241.  
  242.     FORTUNE { IN (set) | IN filespec | /IN (set) | /IN filespec | filespec }
  243.       [ /AS filename ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  244.       [ /VAR=char ] [ /DELIM=chars ] [ /+n | /-n ] [ /S ] [ /Xfilespec ] ...
  245.       [ /ECHO | /-ECHO ] [ /ABEND | /-ABEND ] [ /PAUSE | /-PAUSE ]
  246.       [ /Iinitfile | /-I ] [ /? ] { DO cmd | /DO cmd | cmd }
  247.  
  248. MULTICOL.EXE:  Program creates multiple column listings from straight ASCII
  249. text, ASCII-delimited text, or dBase files.  Also does subtotalling.  Can
  250. also be used to add headers and footers to standard one-column text.  Syntax:
  251.  
  252.     MULTICOL infile outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  253.       [ /DELIM="string" ] [ /LINES=n ] [ /WIDTH=n ] [ /EJECT | /-EJECT ]
  254.       [ /COLUMNS=n ] [ /-WRAP | /WRAP [ /INDENT=n ] | /REFLOW ]
  255.       [ /Iinitfile | /-I ] [ /SETUP="string" ] [ /RESET="string" ]
  256.       [ /{ TITLE | HEADER | FOOTER }[ R | C | L ][ 1 to 5]="text" ]
  257.       [ /{ TITLE | HEADER | FOOTER }{ T | B }="string" ]
  258.       [ /-TITLE ] [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED ]
  259.       [ /INDEF=deffile | /-INDEF ] [ /OUTDEF=deffile | /-OUTDEF ]
  260.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  261.       [ /SKIP | /MISSING | /ABORT ] [ /GAP=n ] [ /BLANKS | /-BLANKS ] [ /TALLY ]
  262.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  263.       [ /SUM={ col_spec | var_spec } ] [ /BREAK={ col_spec | var_spec } ]
  264.       [ /PRINT={ col_spec | var_spec } ] [ /? | /?&H ]
  265.  
  266. READ.EXE:  Text file browser.  Supports marking, copying text, reading Unix
  267. and Mac text files, etc.  Only works with files of 16,000 lines or less (maybe
  268. 800,000 bytes).  Other text viewers are out there.  This one has some advantage
  269. because it's free!  Syntax:
  270.  
  271.     READ [ filespec | @flistfile ] [ /TITLE="title" ] [ /DATE=NONE ]
  272.       [ /line ] [ /MONO | /COLOR ] [ /EGA | /VGA ] [ /-MOUSE ] [ /DOS | /-DOS ]
  273.       [ /Iinitfile | /-I ] [ /Q ] [ /PORT=port ] [ /INITT=string ]
  274.       [ /INITW=string ] [ /AFTERP=string ] [ /AFTERF=string ]
  275.       [ /COLOR=nnn nnn nnn nnn ] [ /? ]
  276.  
  277. READINIT.EXE:  Creates and maintains the READ.INI file which may be used by
  278. READ.EXE, READWK.EXE and any self-viewable file created by READMAKE.EXE.
  279. Syntax:
  280.  
  281.     READINIT [ /MONO | /COLOR ]
  282.       [ Iinitfile | /-I ] [ /PORT=port ] [ /PTYPE=name ] [ /INITT=string ]
  283.       [ /INITW=string ] [ /AFTERP=string ] [ /AFTERF=string ]
  284.       [ /COLOR=nnn nnn nnn nnn ] [ /? ]
  285.  
  286. READMAKE.EXE:  Program which takes an ASCII-text file and makes it
  287. self-viewable.  Provides same capabilities as the READ program.  Syntax:
  288.  
  289.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  290.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="text" ] [ /? ]
  291.  
  292.  
  293. -------------------------------------------------------------------------------
  294.  
  295. Where to find them on the Internet:
  296.  
  297. In general, I no longer copy utilities to regular computer bulletin boards.
  298. While users are encouraged to do so, it's a lot easier for me to post them using
  299. ftp on the Internet.  I post them directly on the Simtel archives at
  300. oak.oakland.edu and they are available there using anonymous ftp.  (This site is
  301. also mirrored at lots of different sites.) Subdirectory names have been
  302. undergoing some revisions out there of late but the directories should stay
  303. roughly the same.  The version numbers (indicated by the three digits before the
  304. .zip extension) may change as they reflect the last release date of the program
  305. ("403" is March 1994).  The versions listed below are current as of October
  306. 1994.
  307.  
  308. Off SimTel/msdos/, look for:
  309.  
  310.      arcutil/av409.zip        Archive view: Free ZIP etc directory viewer
  311.      textutil/bfind409.zip    Boolean FIND command (BFIND BEGIN & END)
  312.      textutil/chang409.zip    Change strings in text files
  313.      spredsht/convr410.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  314.      dirutil/cops407.zip      Copies files modified since given date
  315.      batutil/dates410.zip     Warns you in advance of birthdays etc
  316.      dirutil/dirco403.zip     Updates files based on source directory
  317.      dirutil/dirto409.zip     Directory lister and totaller
  318.      diskutil/fill408.zip     Stuffs as many files as possible on disk
  319.      dirutil/filup401.zip     Copy updated files based on a control list
  320.      textutil/fixtx407.zip    Translate text file characters en masse
  321.      batutil/fortn409.zip     Fine-tunes DOS FOR command w/options
  322.      textutil/mulco410.zip    Multicolumn text with headers, dBase supported
  323.      textutil/read409.zip     Free viewer, also make any text self-viewing
  324.  
  325. Note that the versions above are subject to change.  The last three digits
  326. before ".zip" indicate the last digit of the year and the two digit month.
  327. Depending on how often I've updated things, you might find something like a 410
  328. version instead of 409 when you go to look.
  329.  
  330. If you can't get all of the utilities from your own sources, send $10 to the
  331. address above and I'll send you everything.  Please specify disk size/density.
  332.  
  333. Another Wayne Software product, called The DEMO System, is released as a
  334. shareware program.  The DEMO System is a unique system designed to create
  335. text-screen demos, tutorials, help screens, etc.  Look for the file
  336. DEMOSymm.ZIP.  On oak.oakland.edu, it's in SimTel/msdos/ as:
  337.  
  338.      screen/demos401.zip      Create tutorials, demos, menu systems, etc.
  339.  
  340.  
  341. --------------------------------------------------------------------------------
  342.  
  343. Beta-zoids...  Thanks to:
  344.  
  345. Beta testers are always desired for these utilities.  You don't get a damned
  346. thing out of being one (which is about what I get for writing them) but it
  347. doesn't cost you much besides an hour or two and lets you have more of an impact
  348. on the future courses of the routines.  In order to be a beta tester, you have
  349. to be able to receive uuencoded files via e-mail (so forget CompuServe and
  350. Prodigy people; sorry).  If you're interested, drop a message to me at
  351. bgu@cu.nih.gov and tell me which routine(s) you're interested in being on the
  352. list for.
  353.  
  354. Existing routines have gotten suggestions, comments, and even complements from
  355. all over the world (definitely something I *love* about the Internet).  No money
  356. of course but the ego's a powerful thing to feed!  (The flamers of course should
  357. be burned at the stake or maybe start writing their own programs instead of
  358. criticizing other people's.) Thanks to (and sorry for screwing up some of these
  359. addresses and for forgetting to put in others)...
  360.  
  361. CHANGE:         mcardleb@cosy.uml.edu
  362. CHANGE:         rainer.wuerlaender@statistik.uni-muenchen.d400.de
  363. CHANGE:         rallings@gidday@enet.dec.com
  364. CHANGE:         zazovsky@scrsul.sinet.slb.com
  365. CONVERT:        garyjohn@spk.hp.com
  366. CONVERT:        haapanen@niini.metla.fi
  367. CONVERT:        leono@uiuc.edu
  368. CONVERT:        mhenry@sunbelt.net
  369. CONVERT:        rausch@rz.uni-frankfurt.de
  370. CONVERT:        rehmet@studserv.zdv.uni-tuebingen.de
  371. DATES:          fmaxwell@unixg.ubc.ca
  372. DATES:          hans.schrader@geol.uib.no
  373. DATES:          matt.needham@loebbs.com
  374. DATES:          paul.simmonds@jet.uk
  375. DIRCOMP:        mcclell@julian.uwo.ca
  376. DIRCOMP:        ornstedt@it.kth.se
  377. DIRTOTAL:       longr@qus102.qld.tne.oz.au
  378. DIRTOTAL:       saracen@cix.compulink.co.uk
  379. DIRTOTAL:       westg@rintintin.colorado.edu
  380. FILL:           beezer@cc.utah.edu
  381. FILL:           dashiell@nadc.nadc.navy.mil
  382. FILL:           doug@io.org
  383. FORTUNE:        thth@forsci.ualberta.ca
  384. ISAMFIND:       doug@io.org
  385. MULTICOL:       esto@loc.gov
  386. PAGINATE:       esto@loc.gov
  387. PAGINATE:       garyjohn@spk.hp.com
  388. PAGINATE:       stewartt@ucs.orst.edu
  389. READ:           ferch@cca.ubc.ca
  390. READ:           mossako@asterix.uni-muenster.de
  391.  
  392.  
  393.  
  394. Need beta tester volunteers:
  395.  
  396. I'm currently working on two programs that I need some beta testers for.  If
  397. you're interested (and you can receive files via Internet e-mail), please
  398. contact me at bgu@cu.nih.gov.
  399.  
  400. ISAMMAKE/ISAMFIND:  Index the words in your text files and then search for the
  401. files based on these words.  For example, index all of the FAQ files you have
  402. and then find the files that have "BUGS BUNNY" in them.  Useful for help desks
  403. and the like.
  404.  
  405. PAGINATE:  Program that lets you imbed marker commands in a text file and do
  406. things like align and justify text.  Adds headers and footers.  Also lets you
  407. imbed ASCII-delimited text and references to dBase files and incorporate them
  408. into your text.  Also lets you generate indexes.  This program will replace
  409. MULTICOL which does some of these features but isn't anywhere as flexible.
  410.  
  411.  
  412. --------------------------------------------------------------------------------
  413.  
  414. Revision history:
  415.  
  416. Detailed revision history is only maintained for the last two or three releases.
  417. After that, you get the major revision summaries only.  After six months or so,
  418. you get only earth-shattering stuff and after a year you get nothing.  No one
  419. reads this junk anyway, right?  Programmer types like to put in it in just to
  420. justify what they've been doing over the last couple of years.
  421.  
  422. --------------
  423. Release 94/10:
  424.  
  425. CONVERT:  Allowed program to read missing dates into dBase from a fixed-field
  426. file.  Added /FIRSTOBS=n and /LASTOBS=n parameters.
  427.  
  428. DATES:  Switched is so the weekday shown (if /DAY specified) is three characters
  429. instead of two.  Added the pause (/P, /Pn, and /-P) options to pause in the
  430. middle of a listing and the wait (/W, /W0, and /-W) options to pause after the
  431. program is run.
  432.  
  433. DIRTOTAL:  There's a problem with /Z2 requests (finding files in self-extracting
  434. files) if there are a lot of files on the disk.  Waiting for an update to the
  435. function library on that one.  Also, the /NORMAL option improperly truncated
  436. member names that contained path information before.  It wasn't supposed to
  437. truncate the path information at all.  Now it truncates everything like the
  438. other formats do.  /ZIP and /-ZIP are now synonymous with /Z and /-Z.  Fixed
  439. output for drives with more than a gigabyte of storage.  Increased the maximum
  440. number of subdirectory levels from 10 to 15.
  441.  
  442. MULTICOL:  Added /BLANKS and /-BLANKS options.  Made /BLANKS the default which
  443. is a change.
  444.  
  445. --------------
  446. Release 94/09:
  447.  
  448. All programs:  Fixed up a bug which usually ignored /INULL.  Sigh.  Also added
  449. stubs in VisualBASIC which shrank the size of the EXE's by a fair amount.
  450.  
  451. AV:  The PBClone libraries that I use were updated to support current ARJ
  452. formats and PKZIP 2.0 self-extracting archives so AV includes these too now.
  453.  
  454. BFIND:  Added the ability to include hexadecimal codes in the find string.
  455. For example, "BFIND \034\034 APPLES.TXT" to find double quotes.  Added /?&H
  456. parm to show the hexadecimal codes.
  457.  
  458. CONVERT:  Fixed a problem with ASCII-delimited input files that didn't have
  459. any quoted strings in them; program thought it was a fixed-field file in that
  460. case.  /FROM DBF files weren't producing /OUTDEF files; fixed that.  Added
  461. /NULLS and /-NULLS options.  Added /-DELETED option.  dBase input files without
  462. INDEF's were ignoring the default decimal place settings; fixed that.  Fixed
  463. a problem with dBase field names if you took an ASCII-delimited or fixed-field
  464. file created by CONVERT and tried to reconvert it back to dBase.
  465.  
  466. DATES:  Added /DATE=form option to let you specify different formats for the
  467. input dates.  For example, /DATE=dd/mm/yy.  If standard delimiters are used
  468. between fields (e.g. "/", "-", or "."), the program allows variable-length
  469. dates (such as 9/5/94 as well as 09/05/94).  Also added ability to read months
  470. in JAN, FEB, MAR, etc form.
  471.  
  472. CHANGE:  Expanded number of changes allowed in the control file to be 30 instead
  473. of 25.  Also changed the way that some of the output appears if redirection is
  474. used.  Wiped out the ability to specify the control file without using /C (the
  475. other way seldom worked anyway).
  476.  
  477. DIRTOTAL:  The PBClone libraries that I use were updated to support current ARJ
  478. formats and PKZIP 2.0 self-extracting archives; DIRTOTAL supports as well.
  479. Added the /Z2 and /-Z2 options to tell the program to check for self-extracting
  480. files in EXE's.
  481.  
  482. FORTUNE:  Parameters weren't being correctly read after I added the init files.
  483. Fixed that.
  484.  
  485. READ:  Added /Q option to suppress the messages about the initfile.  All other
  486. programs that support initfiles and the option /Q now handle it the same way.
  487. Changed the program so it tries to display something as soon as it has enough
  488. of the file read into memory.  This makes the file appear to load quicker.  Note
  489. that the screen will redraw itself after it finishes everything.  Added /VGA and
  490. /EGA options (which are synonymous).
  491.  
  492. --------------
  493. Release 94/08:
  494.  
  495. BFIND:  Added /Iinitfile and /-I parms.  Unlike the other routines, I've
  496. temporarily kept CONFIGWS.* in with the distribution package for anyone who
  497. wants to keep it around before I delete it.  It will be deleted the next time
  498. around.  Also changed the program to invoke /-P (no pause) if redirection is
  499. used.
  500.  
  501. CHANGE:  More bugs; still didn't work if an output file wasn't specified.
  502.  
  503. DATES:  Added /R option to set DOS return code based on number of items
  504. found.  Allowed for up to 10 input files.  Added /DAY option to show the day
  505. of the week.  Switched /A to /AGE and /-A to /-AGE although the old versions
  506. still work.  Also shifted to emphasize "/Ddays" over "days".  Added ability to
  507. specify lines beginning with asterisks that will print verbatim.  Added /MONO,
  508. /COLOR, /SKIP, and /-SKIP options.
  509.  
  510. FILL:  Added /FAKE option to pretend you're copying files but not really let
  511. you do anything.  Fixed a bug which didn't recalculate space when formatting
  512. was done.
  513.  
  514. FORTUNE:  Added /Iinitfile and /-I parms.  Dropped distribution of CONFIGWS.*
  515. with the program (since *.INI should be able to handle everything).  Added
  516. return codes.
  517.  
  518. -------------- (kind of terse)
  519. Release 94/07:
  520.  
  521.   All:  Added support for /Iinitfile and /-I parms, dropping CONFIGWS.*.
  522.  
  523.   DATES:  Added /-I, /CLS, /-CLS, /COLOR=nnn nnn nnn, /Q, and /-Q parameters.
  524.  
  525.   READ and READINIT:  Made READ's use of hexadecimal codes (previously /nnn)
  526.   consistent with the other Wayne Software routines (use \nnn or &Hxx instead).
  527.   Converted the READ.INI file to the newer initfile system.
  528.  
  529. Release 94/06:
  530.  
  531.   BFIND:  Internally, command accepted parameters passed in as either "/" or "-"
  532.   (e.g.  "/V" was the same as "-V").  This caused some searches to fail so
  533.   dropped it.
  534.  
  535.   DATES:  New program.
  536.  
  537.   FIXCHARS:  Dropped since FIXTEXT replaced.
  538.  
  539. Release 94/04:
  540.  
  541.   AV:  Stopped /Q option from changing file date/time for non-archive files.
  542.  
  543.   FORTUNE:  Added automatic detection of 4DOS users.  Made use of "/IN" and
  544.   "/DO" largely optional.
  545.  
  546.   NETSORT:  Dropped.
  547.  
  548. Release 94/03:
  549.  
  550.   AV:  Removed system limits on number of members (and sped things up a bit) if
  551.   you specify the /Q (no display, fix date/time stamp).
  552.  
  553.   DIRCOMP:  Added /MOVE parameter which lets you do pruning and grafting
  554.   operations.
  555.  
  556. Release 94/02:
  557.  
  558.   FILL:  Added reformatting options if /WIPE was specified for the output disk.
  559.  
  560.   FORTUNE:  New program.
  561.  
  562. -------------- (real terse)
  563. Release 94/01:
  564.   New:  COPSINCE and FIXTEXT.
  565.   READ:  Added ability to handle Mac and Unix text files.
  566.  
  567. Release 93/10:
  568.   Dropped:  CONCAT and READWK.
  569.  
  570. Release 93/05:
  571.   New:  NETSORT and READWK.
  572.   Dropped:  ADD and TAKE1ST.
  573.  
  574. Release 93/03:
  575.   New:  AV and READINIT.
  576.  
  577. Release 93/01:
  578.   First release posted on SIMTEL (Internet).
  579.   New:  The DEMO System (shareware and not part of normal package).
  580.  
  581.